(menu-bar-read-mail): Doc fix.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 30 Aug 2002 15:21:22 +0000 (15:21 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 30 Aug 2002 15:21:22 +0000 (15:21 +0000)
lisp/menu-bar.el

index 662a3d5763efd8388d76410a48368479e822ba54..14794651fdb55789e888fddaf248f6604062ef74 100644 (file)
@@ -1030,7 +1030,7 @@ paste (in addition to the normal Emacs bindings)."
    :help "Read your mail and reply to it"))
 
 (defun menu-bar-read-mail ()
-  "Read manu using `read-mail-command'."
+  "Read mail using `read-mail-command'."
   (interactive)
   (call-interactively read-mail-command))